home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 47.7z / BS1 part 47 / ANIMagic v1.0 (1989)(Aegis)(Disk 1 of 2)[datecode 1989-04-20].7z / ANIMagic v1.0 (1989)(Aegis)(Disk 1 of 2)[datecode 1989-04-20].adf / s / startup-sequence < prev    next >
Text File  |  1989-01-02  |  935b  |  27 lines

  1. Type s/QUARTEX ; released by THE BEST...QUARTEX in 1989!
  2. Addbuffers df0: 10
  3. c:SetPatch >NIL: ;patch system functions
  4. cd c:
  5.  
  6. ; OK Edge, Play The Blues...
  7.  
  8. echo "A500/A2000 Workbench disk.  Release 1.3 version 34.20*N"
  9. echo "Welcome to ANIMagic!"
  10. echo ""
  11. Sys:System/FastMemFirst ; move C00000 memory to last in list
  12. SetClock load ;load system time from real time clock (A1000 owners should
  13.               ;replace the SetClock load with Date
  14. FF >NIL: -0 ;speed up Text
  15. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  16. resident c:Execute pure
  17. mount newcon:
  18. ;
  19. failat 11
  20. run execute s:StartupII ;This lets resident be used for rest of script
  21. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  22. ;
  23. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  24. ;path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for Workbench
  25. LoadWB delay  ;wait for inhibit to end before continuing
  26. endcli >NIL:
  27.